PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / getEnableDocumentChange Method
In This Topic
    getEnableDocumentChange Method
    In This Topic
    Gets a value indicating whether the user can modify the contents of the document.
    This property controls the modification of the document contents by operations other than those controlled by methods: , , .
    Syntax
    public boolean getEnableDocumentChange()

    Return Value

    True if the user can modify the document, otherwise false.
    See Also